home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual Basic 5 / Mastering Microsoft Visual Basic 5.ISO / media / ch08 / v08d030.cc < prev   
Text File  |  1997-01-24  |  678b  |  8 lines

  1. 0, In this lab, you will build an ActiveX control that simulates returning stock price information as well as a client application to test the control.
  2. 10, Here we see the client application, using the ActiveX control.
  3. 13, I'll go ahead and enter a stock ticker and notice now that the stock price updates automatically every second.
  4. 21, You'll also add a property to activate or de-activate the control so that it no longer updates or resumes updating.
  5. 29, And you'll also add a Refresh method to refresh the control manually.
  6. 34, You'll also create a custom property page for the control.
  7. 39, And, optionally, you'll create a control that supports data binding.
  8. 44, END